Add missing autoload
authorjustbur <justin@burkett.cc>
Wed, 2 Sep 2015 11:21:48 +0000 (07:21 -0400)
committerjustbur <justin@burkett.cc>
Wed, 2 Sep 2015 11:22:33 +0000 (07:22 -0400)
Fix #60

which-key.el

index 51e03c6482605fc3d4bc11af522c577cd6ce11db..12d69e11a4e5c694be8bc165347324462b70a585 100644 (file)
@@ -415,8 +415,10 @@ it's set too high)."
         which-key-side-window-location 'right
         which-key-show-prefix 'top))
 
+;;;###autoload
 (defun which-key-setup-side-window-right-bottom ()
-  "Apply suggested settings for side-window that opens on right if there is space and the bottom otherwise."
+  "Apply suggested settings for side-window that opens on right
+if there is space and the bottom otherwise."
   (interactive)
   (setq which-key-popup-type 'side-window
         which-key-side-window-location '(right bottom)